-
A protocol for a
UIViewsubclass that displays information about a selected annotation near that annotation.To receive updates from an object that conforms to the
See moreDingiCalloutViewprotocol, use the optional methods available in theDingiCalloutViewDelegateprotocol.Declaration
Objective-C
@protocol DingiCalloutView <NSObject>Swift
protocol DingiCalloutView : NSObjectProtocol -
The
See moreDingiCalloutViewDelegateprotocol defines a set of optional methods that you can use to receive messages from an object that conforms to theDingiCalloutViewprotocol. The callout view uses these methods to inform the delegate that the user has interacted with the the callout view.Declaration
Objective-C
@protocol DingiCalloutViewDelegate <NSObject>Swift
protocol DingiCalloutViewDelegate : NSObjectProtocol
User Interaction Reference